.contact-banner {
    min-height: 320px;
    display: flex;
    align-items: center;

    /* DEMO IMAGE */
    background:
        linear-gradient(to right, #efe7da 40%, rgba(0, 0, 0, 0.15)),
        url("../img/1 (10).jpg");

    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

/* Left text */
.banner-content {
    padding: 60px;
    max-width: 500px;
}

.banner-content h1 {
    font-size: 42px;
    color: #c7921e;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-content p {
    font-size: 16px;
    color: #333;
}

/* Tablet */
@media (max-width: 991px) {
    .banner-content h1 {
        font-size: 34px;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .contact-banner {
        background:
            linear-gradient(to bottom, rgba(239, 231, 218, 0.95), rgba(239, 231, 218, 0.85)),
            url("../img/5 (7).jpg");
        background-position: center;
        text-align: center;
    }

    .banner-content {
        padding: 40px 20px;
        margin: auto;
    }

    .banner-content h1 {
        font-size: 28px;
    }
}






.con_features_area {
    padding: 40px 0;
    background: #fff;
}

.display-flex-custom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.con_features_item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-right: 1px solid #ddd; /* Desktop par 4 ke beech ki lines */
}

/* Akhiri item ki line hatao desktop par */
@media (min-width: 992px) {
    .col-lg-3:last-child .con_features_item {
        border-right: none;
    }
}

.media_icon {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.media_icon img {
    max-width: 80%;
}

.media-body h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 2px;
    color: #333;
}

.media-body p {
    font-size: 12px;
    color: #777;
    margin: 0;
}

/* --- Responsive Settings --- */

/* Tablet (2 Items per row) */
@media (max-width: 991px) {
    .col-md-6 {
        border-right: none;
        margin-bottom: 20px;
    }
}

/* Mobile (Ek line mein 2 items ya 1 depend on space) */
@media (max-width: 576px) {
    .con_features_item {
        flex-direction: column; /* Icon upar text niche (Optional) */
        text-align: center;
        border-right: none;
    }
    .media_icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .col-6 {
        width: 50%; /* Mobile par 2-2 show honge */
    }
}







.fiber-cleaver-section {
    padding: 80px 20px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
}

.content-wrapper {
    max-width: 1000px; /* Desktop width limit */
    width: 100%;
}

.model-id {
    display: block;
    color: #eeb012; /* Golden/Yellow color from image */
    font-family: 'Oswald', sans-serif;
    font-size: 1.6rem;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.main-heading {
    color: #1a2b3c; /* Dark Navy Blue */
    font-family: 'Oswald', sans-serif;
    font-size: 2.8rem;
    margin-bottom: 30px;
    font-weight: 600;
}

.yellow-bar {
    background-color: #fdbb0a;
    padding: 12px 20px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yellow-bar p {
    color: #000;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
    margin: 0;
    text-transform: uppercase;
}

.text-content p {
    font-family: 'Source Sans Pro', sans-serif;
    color: #666;
    font-size: 1.15rem;
    line-height: 1.6;
    margin-bottom: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Responsive Settings --- */

/* Tablet (iPad etc.) */
@media (max-width: 992px) {
    .main-heading {
        font-size: 2.2rem;
    }
}

/* Mobile (Phones) */
@media (max-width: 600px) {
    .fiber-cleaver-section {
        padding: 40px 15px;
    }
    
    .main-heading {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    
    .yellow-bar {
        padding: 15px;
    }
    
    .yellow-bar p {
        font-size: 0.75rem;
        line-height: 1.4;
    }
    
    .text-content p {
        font-size: 1rem;
        text-align: justify; /* Better reading on small screens */
    }
}






/* Section Container */
.otdr-video-section {
    position: relative;
    height: 500px;
    /* Desktop Height */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #ffffff;
}

/* Background Image & Parallax Effect */
.video-parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    /* Extra height for parallax movement */
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../img/s12.jpg") no-repeat center center;
    background-size: cover;
    z-index: -1;
    transform: translateY(0);
    /* Parallax handling via JS or CSS */
}

/* Container */
.video-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

/* Content Styling */
.video-content-wrapper {
    z-index: 2;
}

/* Play Button Styling */
.custom-play-button {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 25px;
}

.play-icon-circle {
    width: 90px;
    height: 90px;
    background: #ffb400;
    /* Theme Yellow */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 0 rgba(255, 180, 0, 0.5);
    animation: pulse-border 2s infinite;
    /* Ripple effect */
}

.play-triangle {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 22px solid #fff;
    margin-left: 5px;
}

.play-icon-circle:hover {
    transform: scale(1.1);
    background: #e6a200;
}

/* Title Styling */
.video-title {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

/* Ripple Animation */
@keyframes pulse-border {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 180, 0, 0.7);
    }

    100% {
        box-shadow: 0 0 0 30px rgba(255, 180, 0, 0);
    }
}

/* --- Responsive (Tablets) --- */
@media (max-width: 992px) {
    .otdr-video-section {
        height: 400px;
    }

    .video-title {
        font-size: 30px;
    }

    .play-icon-circle {
        width: 75px;
        height: 75px;
    }
}

/* --- Responsive (Mobile) --- */
@media (max-width: 576px) {
    .otdr-video-section {
        height: 300px;
    }

    .video-title {
        font-size: 22px;
        padding: 0 10px;
    }

    .play-icon-circle {
        width: 60px;
        height: 60px;
    }

    .play-triangle {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
    }
}




/* Section General Style */
.pdf-download-section {
    padding: 60px 20px;
    background-color: #f8f9fa;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    color: #1f2933;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: bold;
}

/* Grid System: Baad mein naye cards add karne par ye apne aap adjust hoga */
.pdf-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Desktop: 3 Columns */
    gap: 30px;
}

/* Individual Card Style */
.pdf-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
    border: 1px solid #eee;
}

.pdf-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.image-placeholder img {
    max-width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 15px;
}

.pdf-card h3 {
    font-size: 18px;
    color: #1f2933;
    margin-bottom: 10px;
}

.pdf-card p {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
}

/* Download Button with Yellow Hover */
.download-btn {
    display: block;
    padding: 12px;
    background-color: #1f2933;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 2px solid #1f2933;
}

.download-btn:hover {
    background-color: #ffb400; /* Yellow Color */
    color: #1f2933;
    border-color: #ffb400;
}

/* --- Responsive Settings --- */

/* For Tablets (992px and below) */
@media (max-width: 992px) {
    .pdf-container {
        grid-template-columns: repeat(2, 1fr); /* 2 Columns */
        gap: 20px;
    }
}

/* For Mobile Phones (600px and below) */
@media (max-width: 600px) {
    .pdf-container {
        grid-template-columns: 1fr; /* 1 Column (Full Width) */
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .pdf-card {
        padding: 20px;
    }
}




/* Container adjustment */
.tool-hero-section {
    width: 100%;
    min-height: 80vh; /* Height thodi kam ki hai */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 40px 5%;
    box-sizing: border-box;
}

.tool-main-layout {
    display: flex;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    gap: 50px;
}

/* Text Part - Font resizing */
.tool-primary-heading {
    /* Pehle max 56px tha, ab ise 42px par limit kar diya hai */
    font-size: clamp(26px, 3.5vw, 42px); 
    font-weight: 800;
    color: #1a2b4e;
    line-height: 1.2; /* Space thoda badhaya hai taaki readable ho */
    margin: 0 0 15px 0;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.tool-info-banner {
    background-color: #ffb800;
    padding: 12px 20px;
    max-width: 500px; /* Banner ki width limit kar di */
}

.tool-info-banner p {
    /* Paragraph font size ko thoda chota kiya hai */
    font-size: clamp(13px, 1.1vw, 16px);
    font-weight: 600;
    margin: 0;
    color: #000;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Image scaling */
.tool-visual-part {
    flex: 1;
}

.tool-main-img {
    width: 100%;
    max-width: 550px; /* Image ko bahut bada hone se rokne ke liye */
    height: auto;
}

/* Responsive for Mobile */
@media (max-width: 900px) {
    .tool-main-layout {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .tool-info-banner {
        margin: 0 auto;
    }

    .tool-primary-heading {
        font-size: 28px; /* Mobile par fix size */
    }
}







/* Section Base */
.fiber-layout-section {
    background-color: #f7f7f7;
    padding: 60px 5%;
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.fiber-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    gap: 40px;
}

/* Left Column Styling */
.fiber-text-col {
    flex: 1;
}

.fiber-main-heading {
    /* Responsive font - desktop par balanced dikhega */
    font-size: clamp(24px, 3vw, 38px);
    color: #1a2a47;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 25px;
}

.fiber-yellow-banner {
    background-color: #ffb800;
    color: #000;
    padding: 12px 20px;
    font-weight: 700;
    font-size: clamp(12px, 1.1vw, 15px);
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

.fiber-spec-info p {
    font-size: 16px;
    color: #444;
    margin: 8px 0;
}

.fiber-spec-info strong {
    color: #111;
}

/* Right Column Styling */
.fiber-img-col {
    flex: 1.2;
    display: flex;
    justify-content: center;
}

.fiber-hero-img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: contain;
}

/* --- RESPONSIVE DESIGN --- */

/* For Tablets & Mobile */
@media (max-width: 992px) {
    .fiber-container {
        flex-direction: column;
        text-align: center;
    }

    .fiber-img-col {
        order: 1; /* Image mobile par upar aayegi */
        width: 100%;
    }

    .fiber-text-col {
        order: 2; /* Text niche aayega */
        width: 100%;
    }

    .fiber-yellow-banner {
        margin: 0 auto 20px auto;
    }
}

/* For Small Phones */
@media (max-width: 480px) {
    .fiber-layout-section {
        padding: 30px 20px;
    }

    .fiber-main-heading {
        font-size: 26px; /* Optimized for small screen */
    }
}






/* Section Base */
.single-tool-section {
    padding: 60px 5%;
    background-color: #ffffff;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
    display: flex;
    justify-content: center;
}

.st-container {
    display: flex;
    max-width: 1100px;
    width: 100%;
    align-items: center;
    gap: 50px;
}

/* Image Column */
.st-visual-part {
    flex: 1;
    display: flex;
    justify-content: center;
}

.st-img-wrapper {
    width: 100%;
    max-width: 500px; /* Image size control */
}

.st-main-img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    border: 2px solid #8b0000; /* Dark Red border jaisa image mein tha */
    display: block;
}

/* Text Column */
.st-content-part {
    flex: 1;
}

.st-title {
    font-size: clamp(22px, 3.5vw, 36px);
    color: #1a2b4e;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.st-yellow-banner {
    background-color: #ffb800;
    padding: 15px 20px;
    font-size: clamp(12px, 1.2vw, 14px);
    font-weight: 700;
    color: #000;
    line-height: 1.4;
    text-transform: uppercase;
}

/* --- Responsive Rules --- */

/* Tablet & Mobile */
@media (max-width: 992px) {
    .st-container {
        flex-direction: column; /* Stack vertically */
        text-align: center;
    }

    .st-visual-part {
        order: 1; /* Image pehle dikhegi */
        width: 100%;
    }

    .st-content-part {
        order: 2; /* Text niche aayega */
        width: 100%;
    }

    .st-yellow-banner {
        margin: 0 auto;
    }
}

/* Small Phones */
@media (max-width: 480px) {
    .st-title {
        font-size: 24px;
    }
    
    .st-yellow-banner {
        padding: 12px;
    }
}







/* Base Styles */
.mc-stripper-section {
    padding: 60px 20px;
    background-color: #ffffff;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.mc-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Header Styling */
.mc-header {
    text-align: center;
    margin-bottom: 40px;
}

.mc-sub-brand {
    color: #ffb800; /* Yellow brand color */
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.mc-main-title {
    font-size: clamp(24px, 4vw, 36px);
    color: #1a2b4e;
    font-weight: 800;
    margin: 0 0 15px 0;
}

.mc-tagline {
    font-size: 15px;
    color: #666;
    margin: 0;
}

/* Grid Layout */
.mc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 Columns on Desktop */
    gap: 30px;
}

.mc-card {
    display: flex;
    flex-direction: column;
}

.mc-img-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.mc-img-box img {
    width: 100%;
    height: auto;
    display: block;
    /* Optional: Adding a slight gray bg if images are transparent */
    background-color: #f5f5f5; 
}

/* Info Text Styling */
.mc-info {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.mc-icon {
    font-size: 14px;
    color: #888;
    margin-top: 3px;
}

.mc-info p {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    margin: 0;
}

/* --- RESPONSIVE DESIGN --- */

/* Tablet (2 Columns) */
@media (max-width: 992px) {
    .mc-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

/* Mobile (1 Column) */
@media (max-width: 600px) {
    .mc-grid {
        grid-template-columns: 1fr;
    }
    
    .mc-header {
        margin-bottom: 30px;
    }

    .mc-main-title {
        font-size: 26px;
    }
}





/* Section Background & Base */
.ws-pliers-wrapper {
    background-color: #111111; /* Pitch black background */
    padding: 80px 5%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Arial Black', Gadget, sans-serif; /* Thick font style */
}

.ws-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Left Content Styling */
.ws-text-area {
    flex: 1;
}

.ws-main-heading {
    color: #ffffff;
    font-size: clamp(28px, 5vw, 52px); /* Responsive sizing */
    margin: 0 0 20px 0;
    line-height: 1.1;
    letter-spacing: -1px;
}

.ws-yellow-badge {
    background-color: #ffb800; /* Bright yellow */
    color: #000;
    padding: 10px 20px;
    font-weight: 900;
    font-size: 14px;
    display: inline-block;
    letter-spacing: 0.5px;
}

/* Right Image Styling */
.ws-visual-area {
    flex: 1.5;
    display: flex;
    justify-content: flex-end;
}

.ws-image-box {
    width: 100%;
    max-width: 700px;
}

.ws-tool-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    /* Optional: Image ko thoda lift dene ke liye gradient */
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.5));
}

/* --- RESPONSIVE ADJUSTMENTS --- */

/* Tablet & Smaller Desktop */
@media (max-width: 1024px) {
    .ws-container {
        gap: 20px;
    }
    .ws-main-heading {
        font-size: 40px;
    }
}

/* Mobile Devices */
@media (max-width: 768px) {
    .ws-pliers-wrapper {
        padding: 50px 20px;
        text-align: center;
    }

    .ws-container {
        flex-direction: column; /* Stack vertically */
    }

    .ws-text-area {
        order: 2; /* Text niche aayega */
    }

    .ws-visual-area {
        order: 1; /* Image pehle dikhegi */
        justify-content: center;
        width: 100%;
    }

    .ws-yellow-badge {
        margin: 0 auto;
    }
}

/* Extra Small Phones */
@media (max-width: 480px) {
    .ws-main-heading {
        font-size: 32px;
    }
    .ws-yellow-badge {
        font-size: 12px;
        padding: 8px 15px;
    }
}









/* Section Design */
.spec_section{
    padding:60px 10%;
    background:#fff;
    font-family:Arial, sans-serif;
}

/* Title */
.spec_title{
    text-align:center;
    margin-bottom:30px;
}
.spec_title h2{
    font-size:32px;
    font-weight:700;
    margin-bottom:10px;
}
.spec_title span{
    width:60px;
    height:3px;
    background:#f7a600;
    display:block;
    margin:auto;
}

/* Table Box */
.spec_table_box{
    overflow-x:auto;
}

/* Table Design */
.spec_table{
    width:100%;
    border-collapse:collapse;
    font-size:16px;
}
.spec_table th,
.spec_table td{
    border:1px solid #ddd;
    padding:12px 15px;
}
.spec_table th{
    width:30%;
    background:#f5f5f5;
    font-weight:600;
    text-align:left;
}
.spec_table td{
    background:#fff;
}

/* Hover Effect */
.spec_table tr:hover{
    background:#fafafa;
}

/* ================= Responsive ================= */

/* Tablet */
@media(max-width:768px){
    .spec_section{
        padding:40px 5%;
    }
    .spec_title h2{
        font-size:26px;
    }
}

/* Mobile Responsive Card Style */
@media(max-width:600px){
    .spec_table,
    .spec_table tbody,
    .spec_table tr,
    .spec_table th,
    .spec_table td{
        display:block;
        width:100%;
    }

    .spec_table tr{
        margin-bottom:15px;
        border:1px solid #ddd;
        padding:10px;
        border-radius:6px;
        background:#fff;
    }

    .spec_table th{
        background:none;
        border:none;
        font-weight:bold;
        color:#333;
        padding:5px 0;
    }

    .spec_table td{
        border:none;
        padding:5px 0;
        color:#555;
    }
}







/* image  */

        /* Yeh aapka main section hai */
        .image-section {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: #fff; /* Section ka background color */
            overflow: hidden; /* Image bahar na nikle */
        }

        /* Image styling - No Gaps */
        .full-responsive-img {
            width: 100%;       /* Desktop, Tab, Mobile sab par 100% width */
            display: block;    /* Bottom gap hatane ke liye */
            height: auto;      /* Aspect ratio barabar rahega */
        }